home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / utils sync / JetSync 1.0 / jetsync-1.0.exe / jetsync-1.0 / Makefile.in < prev    next >
Encoding:
Makefile  |  1999-10-02  |  213 b   |  17 lines

  1. DIRS = src
  2. VERSION = 0.9b8
  3.  
  4. all:
  5.     @make -C $(DIRS)
  6.  
  7. clean:
  8.     @make clean -C $(DIRS)
  9.  
  10. debug:
  11.     @make debug -C $(DIRS)
  12.  
  13. distribution:
  14.     ( cd ..; tar -zcf jetsync-$(VERSION).tgz jetsync-$(VERSION))
  15. stop:
  16.     @echo __EOF__
  17.